home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Text / HTML / HTMLEXT / GUI / Info < prev    next >
Text File  |  2000-03-14  |  744b  |  37 lines

  1. G4C
  2. ; $VER: Info Rev.006 by Juan Manuel Wehrli 1999 - 2000
  3. WINBIG -1 -1 300 110 ""
  4. WinType 00000000
  5. WinBackground IMAGE BG 0
  6. Winout "NIL:"
  7.  
  8. xOnLoad
  9.     LoadImage "HTMLEXT:gui/images/logo.iff" sgblogo Workbench
  10.     GuiOpen #This
  11.  
  12. xOnClose
  13.     GuiQuit #This
  14.  
  15. xOnQuit
  16.     FreeImage sgblogo
  17.  
  18. ;Globale Gadgets
  19. IMAGE 0 0 sgblogo
  20.  
  21. CTEXT 112 0 "$*VERSION" xHelvetica.font 11 2 1 00000
  22. CTEXT 112 10 "by Juan Manuel Wehrli © 1999/2000" xHelvetica.font 11 2 1 00000
  23. CTEXT 125 30 "Version 2" Helvetica.font 18 2 1 01000
  24.  
  25.  
  26. XButton 233 54 65 13 "Support"
  27.     GadFont xHelvetica.font 9 000
  28.     GuiClose #This
  29.     SetVar .HTMLEXT.emad "jmw@pop.ch"
  30.     SetVar .HTMLEXT.subj "HTMLEXT: Support Anfrage"
  31.     lvuse HTMLEXT 1
  32.     CLI 'rx $*MAILER SUPPORT'
  33.  
  34. xArea 0 0 292 102 NONE
  35.     GuiQuit #This
  36.  
  37.